> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-api_docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Marketplace Overview

> Choose between a hosted marketplace, a customizable boilerplate, the Marketplace SDK, and Marketplace APIs that aggregate listings from Sequence Marketplace as well as OpenSea and Magic Eden.

This page outlines all options for launching and operating a marketplace with Sequence. Pick the approach that matches your timeline and desired level of control.

<CardGroup>
  <Card title="No-Code Hosted Marketplace" href="/solutions/payments/marketplace/hosted">
    Launch a white-label marketplace from Builder with no code. Configure fees, royalties (ERC-2981), collections, and theming; then publish.
  </Card>

  <Card title="Custom Marketplace (Boilerplate)" href="/solutions/payments/marketplace/custom">
    Start from a production-ready boilerplate. Keep full control of routes, UI, and business logic while using Sequence contracts and services.
  </Card>

  <Card title="Marketplace SDK" href="/sdk/web/marketplace-sdk/overview">
    Integrate marketplace actions (list, buy, offers/bids, cancel, accept) directly into your app. Build custom flows without maintaining a full marketplace UI.
  </Card>

  <Card title="Marketplace APIs (Aggregated Listings)" href="/api-references/marketplace/overview">
    Query normalized listings aggregated from your Sequence Marketplace plus external sources like OpenSea and Magic Eden, across major EVM chains.
  </Card>
</CardGroup>

## When to use what

* **Prototype or go live immediately** without engineering bandwidth → use the <a href="/solutions/payments/marketplace/hosted">No-Code Hosted Marketplace</a>.
* **You want control over UX and business rules** but don’t want to build everything from scratch → use the <a href="/solutions/payments/marketplace/custom">Custom Marketplace (Boilerplate)</a>.
* **You already have an app and only need marketplace actions** (e.g., list/buy in your existing UI) → use the <a href="/sdk/web/marketplace-sdk/overview">Marketplace SDK</a>.
* **You need search/browse at scale with external liquidity** → use the <a href="/api-references/marketplace/overview">Marketplace APIs (Aggregated Listings)</a>.

<Info>
  Aggregation currently targets <strong>major EVM chains</strong> and normalizes results across sources. Coverage varies by chain and marketplace; see the API reference for exact fields and filters.
</Info>

## Capabilities

* <strong>Listings & Offers</strong>: fixed price, offers/bids, accept/cancel.
* <strong>Royalties & Fees</strong>: enforce ERC-2981 royalties and platform fees per collection or marketplace.
* <strong>Aggregation</strong>: merge Sequence listings with external liquidity (e.g., OpenSea, Magic Eden) via Marketplace APIs.
* <strong>Observability</strong>: use the <a href="/solutions/indexer/overview">Indexer</a> for sales, transfers, and analytics.

## Related

* <strong>Shop</strong> (primary sales): <a href="/solutions/payments/shop/overview">/solutions/payments/shop/overview</a>
* <strong>Trails</strong> (any-token orchestration): <a href="/solutions/payments/trails">/solutions/payments/trails</a>
* <strong>Checkout SDK</strong> (card payments for NFTs): <a href="/solutions/payments/checkout-sdk">/solutions/payments/checkout-sdk</a>
